~ chicken-core (master) /manual/Module (scheme repl)
Trap1[[tags: manual]]
2[[toc:]]
3
4== Module (scheme repl)
5
6<procedure>(interaction-environment)</procedure>
7
8This procedure returns a specifier for a mutable environment that contains an
9implementation-defined set of bindings, typically a superset of those exported
10by (scheme base). The intent is that this procedure will return the environment
11in which the implementation would evaluate expressions entered by the user into
12a REPL.
13
14---
15Previous: [[Module (scheme lazy)]]
16
17Next: [[Module (scheme time)]]